home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / docs / protocol / rfc / rfc_txt / rfc0000 / rfc0336.txt < prev    next >
Text File  |  1997-08-06  |  4KB  |  113 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. NIC 9929                                                Ira Cotton
  8. NWG/RFC #336                                            Mitre
  9. Level 0 Graphic Input Protocol                          5 May 1972
  10.  
  11.         Level 0 Graphic Input Protocol
  12.  
  13.            At its meeting on April 16-18 the network Graphics working
  14.            group began to consider the definition of levels of protocol
  15.            for graphic Input Protocol.  The following describes the
  16.            Level 0 graphics input protocol.
  17.  
  18.            The philosophy guiding the establishment of this protocol is
  19.            the same as suggested in RFC #178, "Network Graphic Attention
  20.            Handling." Briefly, all input will be described by type,
  21.            origin, and length, followed by the actual data.
  22.  
  23.            Only two types of input are defined at Level 0: text and
  24.            simple position.
  25.  
  26.               Text Input
  27.  
  28.                   Text input will be conveyed in the following format:
  29.  
  30.                    TEXTIN : DEVICE : COUNT: Text String
  31.  
  32.  
  33.  
  34.                  TEXTIN is a protocol code indicating the nature of this
  35.                  input string.  For the present this code is defined to
  36.                  be 1.
  37.  
  38.                  DEVICE is a code indicating the device from which the
  39.                  input originated.  The following codes are presently
  40.                  defined:
  41.  
  42.                       0 - unspecified device
  43.                       1 - primary keyboard
  44.                       2 - tablet
  45.                       3 - mouse
  46.                       4 - joystick
  47.                       5 - lightpen
  48.                       6 - cursor
  49.                       7 - keyset
  50.                       8 - mouse & keyset
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                                                 [Page 1]
  59.  
  60. NIC 9929
  61. NWG/RFC# 336
  62. Level 0 Graphic Input Protocol
  63.  
  64.                  Count is an integer number indicating the number of
  65.                  characters (bytes) which follow.
  66.  
  67.                  Text String is a string of "Count" bytes of characters
  68.                  in network ASCII.
  69.  
  70.               Position Input
  71.  
  72.                    Simple position data will be conveyed in the
  73.               following format:
  74.  
  75.                    POSIT : DEVICE : COUNT : x : y
  76.  
  77.                  POSIT is a protocol code indicating that this string
  78.                  contains position data.  For the present this code is
  79.                  defined to be 2.
  80.  
  81.                  DEVICE is a code indicating the input device on which
  82.                  this data was generated.  The codes are as defined
  83.                  above.
  84.  
  85.                  COUNT is an integer number indicating the number of
  86.                  bytes of data which follow.  This includes data for
  87.                  both x and y coordinates.  Thus, the number of bytes of
  88.                  x coordinate data is COUNT divided by 2.  At level 0,
  89.                  COUNT should always be 4, since at this level all
  90.                  coordinates are expressed in 2 bytes of data.
  91.  
  92.                  x and y coordinate data are represented as signed
  93.                  fractions in the same fashion that position data is
  94.                  represented in the Level 0 graphic output protocol.
  95.  
  96.            It should be emphasized that input data from a level 0
  97.            graphics user which is not in a format described above should
  98.            be sent on a different link than the graphics input link.
  99.            This may be desirable for certain applications to avoid the
  100.            overhead of the protocol.
  101.  
  102.        [ This RFC was put into machine readable form for entry ]
  103.        [ into the online RFC archives by BBN Corp. under the   ]
  104.        [ direction of Alex McKenzie.                   12/96   ]
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.                                                                 [Page 2]
  112.  
  113.